FromArray(Byte[],String) Method
Loads a
Font with given full font name from a byte array.
public static Font FromArray(
System.byte[] ,
System.string
)
'Declaration
Public Overloads Shared Function FromArray( _
ByVal () As System.Byte, _
ByVal As System.String _
) As Font
Parameters
- fontData
- The byte array with the font data.
- fullFontName
- The full font name to be loaded.
Return Value
The newly created font.